home *** CD-ROM | disk | FTP | other *** search
- //--------------------------------------------------------------------
- //
- // BUGSBC.H - Include file for BUGSBC.C
- //
- // Copyright 1992 Douglas Boling
- //
- //--------------------------------------------------------------------
- #include "pcscrlib.h"
-
- #define MAXBUGS 3000
-
- #define IDD_REDTEXT 100
- #define IDD_REDLEVEL 101
- #define IDD_GREENTEXT 102
- #define IDD_GREENLEVEL 103
- #define IDD_BLUETEXT 104
- #define IDD_BLUELEVEL 105
-
- #define IDD_MAXBTEXT 106
- #define IDD_MAXBLEVEL 107
- #define IDD_SUSTEXT 108
- #define IDD_SUSLEVEL 109
- #define IDD_BIRTHTEXT 110
- #define IDD_BIRTHLEVEL 111
- #define IDD_BIRTHCOLOR 112
- #define IDD_DEATHCOLOR 113
- #define IDD_HELP 114
-
- typedef struct {
- int PosX;
- int PosY;
- WORD wXVec;
- WORD wYVec;
- long lFood;
- DWORD dwColor;
- } BUGSTRUCT;
-
-